Skip to content

Commit afafa00

Browse files
Bump the dependencies group with 5 updates
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | io.ebean:ebean-postgres | `17.0.0-RC2` | `17.0.0-RC3` | | [io.ebean:ebean-test](https://github.com/ebean-orm/ebean) | `17.0.0-RC2` | `17.0.0-RC3` | | [io.ebean:querybean-generator](https://github.com/ebean-orm/ebean) | `17.0.0-RC2` | `17.0.0-RC3` | | [io.ebean:ebean-maven-plugin](https://github.com/ebean-orm-tools/ebean-maven-plugin) | `17.0.0-RC2` | `17.0.0-RC3` | | [io.ebean:ebean-test-containers](https://github.com/ebean-orm/ebean-test-containers) | `7.11` | `7.13` | Updates `io.ebean:ebean-postgres` from 17.0.0-RC2 to 17.0.0-RC3 Updates `io.ebean:ebean-test` from 17.0.0-RC2 to 17.0.0-RC3 - [Release notes](https://github.com/ebean-orm/ebean/releases) - [Commits](https://github.com/ebean-orm/ebean/commits) Updates `io.ebean:querybean-generator` from 17.0.0-RC2 to 17.0.0-RC3 - [Release notes](https://github.com/ebean-orm/ebean/releases) - [Commits](https://github.com/ebean-orm/ebean/commits) Updates `io.ebean:ebean-maven-plugin` from 17.0.0-RC2 to 17.0.0-RC3 - [Release notes](https://github.com/ebean-orm-tools/ebean-maven-plugin/releases) - [Changelog](https://github.com/ebean-orm-tools/ebean-maven-plugin/blob/master/release.properties) - [Commits](https://github.com/ebean-orm-tools/ebean-maven-plugin/commits) Updates `io.ebean:ebean-test-containers` from 7.11 to 7.13 - [Release notes](https://github.com/ebean-orm/ebean-test-containers/releases) - [Commits](ebean-orm/ebean-test-containers@7.11...7.13) Updates `io.ebean:ebean-test` from 17.0.0-RC2 to 17.0.0-RC3 - [Release notes](https://github.com/ebean-orm/ebean/releases) - [Commits](https://github.com/ebean-orm/ebean/commits) Updates `io.ebean:querybean-generator` from 17.0.0-RC2 to 17.0.0-RC3 - [Release notes](https://github.com/ebean-orm/ebean/releases) - [Commits](https://github.com/ebean-orm/ebean/commits) Updates `io.ebean:ebean-maven-plugin` from 17.0.0-RC2 to 17.0.0-RC3 - [Release notes](https://github.com/ebean-orm-tools/ebean-maven-plugin/releases) - [Changelog](https://github.com/ebean-orm-tools/ebean-maven-plugin/blob/master/release.properties) - [Commits](https://github.com/ebean-orm-tools/ebean-maven-plugin/commits) --- updated-dependencies: - dependency-name: io.ebean:ebean-postgres dependency-version: 17.0.0-RC3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ebean:ebean-test dependency-version: 17.0.0-RC3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ebean:querybean-generator dependency-version: 17.0.0-RC3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ebean:ebean-maven-plugin dependency-version: 17.0.0-RC3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ebean:ebean-test-containers dependency-version: '7.13' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.ebean:ebean-test dependency-version: 17.0.0-RC3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ebean:querybean-generator dependency-version: 17.0.0-RC3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.ebean:ebean-maven-plugin dependency-version: 17.0.0-RC3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df2252a commit afafa00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313

1414
<maven.compiler.release>21</maven.compiler.release>
15-
<ebean.version>17.0.0-RC2</ebean.version>
15+
<ebean.version>17.0.0-RC3</ebean.version>
1616
<jstachio.version>1.3.7</jstachio.version>
1717
<avaje-inject.version>11.5</avaje-inject.version>
1818
<avaje-http.version>3.3</avaje-http.version>
@@ -158,7 +158,7 @@
158158
<dependency>
159159
<groupId>io.ebean</groupId>
160160
<artifactId>ebean-test-containers</artifactId>
161-
<version>7.11</version>
161+
<version>7.13</version>
162162
<scope>test</scope>
163163
</dependency>
164164

0 commit comments

Comments
 (0)