Skip to content

Commit c3efc16

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the build-dependencies group with 4 updates
Bumps the build-dependencies group with 4 updates: [org.eclipse.jdt:ecj](https://github.com/eclipse-jdt/eclipse.jdt.core), [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck), [org.junit:junit-bom](https://github.com/junit-team/junit5) and [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc). Updates `org.eclipse.jdt:ecj` from 3.41.0 to 3.42.0 - [Commits](https://github.com/eclipse-jdt/eclipse.jdt.core/commits) Updates `org.owasp:dependency-check-maven` from 12.1.2 to 12.1.3 - [Release notes](https://github.com/dependency-check/DependencyCheck/releases) - [Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md) - [Commits](dependency-check/DependencyCheck@v12.1.2...v12.1.3) Updates `org.junit:junit-bom` from 5.12.2 to 5.13.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.2...r5.13.1) Updates `org.postgresql:postgresql` from 42.7.6 to 42.7.7 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.6...REL42.7.7) --- updated-dependencies: - dependency-name: org.eclipse.jdt:ecj dependency-version: 3.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.owasp:dependency-check-maven dependency-version: 12.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.junit:junit-bom dependency-version: 5.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.postgresql:postgresql dependency-version: 42.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e86d55a commit c3efc16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/parents/build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<!-- Sticking to Derby 10.15 for now since later versions require JDK 17+, and we need to test with JDK 11.
162162
See https://db.apache.org/derby/derby_downloads.html -->
163163
<version.org.apache.derby>10.15.2.0</version.org.apache.derby>
164-
<version.org.postgresql>42.7.6</version.org.postgresql>
164+
<version.org.postgresql>42.7.7</version.org.postgresql>
165165
<version.org.mariadb.jdbc>3.5.3</version.org.mariadb.jdbc>
166166
<version.mysql.mysql-connector-j>9.3.0</version.mysql.mysql-connector-j>
167167
<version.com.ibm.db2.jcc>12.1.0.0</version.com.ibm.db2.jcc>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
<version.compiler.plugin>3.14.0</version.compiler.plugin>
281281
<version.dependency.plugin>3.8.1</version.dependency.plugin>
282282
<!-- Check dependencies for security vulnerabilities -->
283-
<version.dependency-check.plugin>12.1.2</version.dependency-check.plugin>
283+
<version.dependency-check.plugin>12.1.3</version.dependency-check.plugin>
284284
<version.exec.plugin>3.5.1</version.exec.plugin>
285285
<version.forbiddenapis.plugin>3.9</version.forbiddenapis.plugin>
286286
<!-- Make sure that upgraded Jandex plugin aligns with the Jandex version imported from the ORM platform pom -->
@@ -349,7 +349,7 @@
349349
is outdated and leads to compilation errors.
350350
-->
351351
<version.org.codehaus.plexus.plexus-compiler.compiler-eclipse>2.14.2</version.org.codehaus.plexus.plexus-compiler.compiler-eclipse>
352-
<version.org.eclipse.jdt.ecj>3.41.0</version.org.eclipse.jdt.ecj>
352+
<version.org.eclipse.jdt.ecj>3.42.0</version.org.eclipse.jdt.ecj>
353353

354354
<!-- Asciidoctor -->
355355

0 commit comments

Comments
 (0)