Skip to content

Commit

Permalink
build: update deprecated h2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
DropSnorz committed Jul 24, 2023
1 parent 3aa2ea5 commit 99b51bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions owlplug-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<!-- Override sb managed version. Major performance degradation since 1.4.198-->
<version>1.4.197</version>
<scope>runtime</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion owlplug-client/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#OwlPlug
owlplug.version=@project.version@
owlplug.workspace.min-version = 0.13.0
owlplug.workspace.min-version = 1.24.0

#OwlPlug Central
owlplugcentral.url=https://central.owlplug.com
Expand Down

0 comments on commit 99b51bc

Please sign in to comment.