Skip to content

Commit 8b58030

Browse files
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [io.avaje:avaje-inject](https://github.com/avaje/avaje-inject) and io.avaje:avaje-inject-generator. Updates `io.avaje:avaje-inject` from 11.4 to 11.5 - [Release notes](https://github.com/avaje/avaje-inject/releases) - [Commits](avaje/avaje-inject@11.4...11.5) Updates `io.avaje:avaje-inject-generator` from 11.4 to 11.5 --- updated-dependencies: - dependency-name: io.avaje:avaje-inject dependency-version: '11.5' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-inject-generator dependency-version: '11.5' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de956ed commit 8b58030

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

blackbox-test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>io.avaje</groupId>
4747
<artifactId>avaje-inject</artifactId>
48-
<version>11.4</version>
48+
<version>11.5</version>
4949
<scope>provided</scope>
5050
<optional>true</optional>
5151
</dependency>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>io.avaje</groupId>
6262
<artifactId>avaje-inject-generator</artifactId>
63-
<version>11.4</version>
63+
<version>11.5</version>
6464
<scope>provided</scope>
6565
<optional>true</optional>
6666
</dependency>

jsonb-inject-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>io.avaje</groupId>
2828
<artifactId>avaje-inject</artifactId>
29-
<version>11.4</version>
29+
<version>11.5</version>
3030
<scope>provided</scope>
3131
<optional>true</optional>
3232
</dependency>

0 commit comments

Comments
 (0)