Skip to content

Commit 162a3ef

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the build-dependencies group with 2 updates
Bumps the build-dependencies group with 2 updates: [io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex) and [io.agroal:agroal-spring-boot-starter](https://github.com/agroal/agroal). Updates `io.smallrye:jandex-maven-plugin` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/smallrye/jandex/releases) - [Changelog](https://github.com/smallrye/jandex/blob/main/RELEASE_PROCEDURE.md) - [Commits](smallrye/jandex@3.3.0...3.3.1) Updates `io.agroal:agroal-spring-boot-starter` from 2.6 to 2.7 - [Commits](agroal/agroal@2.6...2.7) --- updated-dependencies: - dependency-name: io.smallrye:jandex-maven-plugin dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: io.agroal:agroal-spring-boot-starter dependency-version: '2.7' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e3daa1 commit 162a3ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrationtest/mapper/orm-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>io.agroal</groupId>
5555
<artifactId>agroal-spring-boot-starter</artifactId>
56-
<version>2.6</version>
56+
<version>2.7</version>
5757
<scope>test</scope>
5858
</dependency>
5959

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
<version.exec.plugin>3.5.0</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 -->
287-
<version.jandex.plugin>3.3.0</version.jandex.plugin>
287+
<version.jandex.plugin>3.3.1</version.jandex.plugin>
288288
<version.maven.injection.plugin>1.0.2</version.maven.injection.plugin>
289289
<version.jar.plugin>3.4.2</version.jar.plugin>
290290
<version.javadoc.plugin>3.11.2</version.javadoc.plugin>

0 commit comments

Comments
 (0)