Skip to content

Commit 929f95e

Browse files
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [io.avaje:avaje-config](https://github.com/avaje/avaje-config) and [io.avaje:avaje-jsonb](https://github.com/avaje/avaje-jsonb). Updates `io.avaje:avaje-config` from 4.0 to 4.1 - [Release notes](https://github.com/avaje/avaje-config/releases) - [Commits](avaje/avaje-config@4.0...4.1) Updates `io.avaje:avaje-jsonb` from 3.4 to 3.5 - [Release notes](https://github.com/avaje/avaje-jsonb/releases) - [Commits](avaje/avaje-jsonb@3.4...3.5) --- updated-dependencies: - dependency-name: io.avaje:avaje-config dependency-version: '4.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-jsonb dependency-version: '3.5' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10a3764 commit 929f95e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

blackbox-test-inject/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
<dependency>
3030
<groupId>io.avaje</groupId>
3131
<artifactId>avaje-jsonb</artifactId>
32-
<version>3.4</version>
32+
<version>3.5</version>
3333
</dependency>
3434

3535
<dependency>
3636
<groupId>io.avaje</groupId>
3737
<artifactId>avaje-config</artifactId>
38-
<version>4.0</version>
38+
<version>4.1</version>
3939
</dependency>
4040

4141
<dependency>

inject-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>io.avaje</groupId>
113113
<artifactId>avaje-jsonb</artifactId>
114-
<version>3.4</version>
114+
<version>3.5</version>
115115
<scope>test</scope>
116116
</dependency>
117117

inject/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>io.avaje</groupId>
4141
<artifactId>avaje-config</artifactId>
42-
<version>4.0</version>
42+
<version>4.1</version>
4343
<optional>true</optional>
4444
</dependency>
4545

0 commit comments

Comments
 (0)