Skip to content

Commit

Permalink
build(deps): bump com.h2database:h2 from 2.1.214 to 2.3.232 (#6132)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hans Aikema <[email protected]>
  • Loading branch information
3 people authored Sep 18, 2024
1 parent bb442ba commit cef8f0b
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ant/src/main/resources/task.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# the path to the data directory
data.directory=data/9.0
data.directory=data/11.0
2 changes: 1 addition & 1 deletion core/src/main/resources/dependencycheck.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ engine.version.url=https://jeremylong.github.io/DependencyCheck/current.txt
# to be supplied. If you are using another database (MySQL, Oracle, etc.) this property
# will not be used. The data.directory will be resolved and if the connection string
# below contains a %s then the data.directory will replace the %s.
data.directory=[JAR]/data/9.0
data.directory=[JAR]/data/11.0
#if the filename has a %s it will be replaced with the current expected version
data.file_name=odc.mv.db

Expand Down
2 changes: 1 addition & 1 deletion core/src/test/resources/dependencycheck.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ engine.version.url=https://jeremylong.github.io/DependencyCheck/current.txt
# to be supplied. If you are using another database (MySQL, Oracle, etc.) this property
# will not be used. The data.directory will be resolved and if the connection string
# below contains a %s then the data.directory will replace the %s.
data.directory=[JAR]/data/9.0
data.directory=[JAR]/data/11.0
#if the filename has a %s it will be replaced with the current expected version
data.file_name=odc.mv.db
data.version=5.5
Expand Down
2 changes: 1 addition & 1 deletion maven/src/main/resources/mojo.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
#### If the data directory version is changed remember to change
#### the gradle plugin also - `DataExtension.groovy`
####
data.directory=[JAR]/../../dependency-check-data/9.0
data.directory=[JAR]/../../dependency-check-data/11.0
analyzer.central.enabled=false
2 changes: 1 addition & 1 deletion maven/src/test/resources/mojo.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# the path to the data directory
data.directory=[JAR]/dependency-check-data/9.0
data.directory=[JAR]/dependency-check-data/11.0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Copyright (c) 2012 - Jeremy Long
<taglist-maven-plugin.version>3.1.0</taglist-maven-plugin.version>
<versions-maven-plugin.version>2.17.1</versions-maven-plugin.version>
<jetbrains.annotations.version>24.1.0</jetbrains.annotations.version>
<com.h2database.version>2.1.214</com.h2database.version>
<com.h2database.version>2.3.232</com.h2database.version>
<commons-cli.version>1.8.0</commons-cli.version>
<commons-io.version>2.16.1</commons-io.version>
<commons-lang3.version>3.14.0</commons-lang3.version>
Expand Down
Binary file modified src/test/resources/data.zip
Binary file not shown.

0 comments on commit cef8f0b

Please sign in to comment.