Commit 47dc29c
authored
Bump the klass-shared group across 1 directory with 19 updates (#411)
Bumps the klass-shared group with 19 updates in the /klass-shared directory:
| Package | From | To |
| --- | --- | --- |
| [org.objenesis:objenesis](https://github.com/easymock/objenesis) | `3.3` | `3.4` |
| [com.h2database:h2](https://github.com/h2database/h2database) | `2.2.224` | `2.4.240` |
| [com.google.guava:guava](https://github.com/google/guava) | `32.0.1-jre` | `33.5.0-jre` |
| [jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api](https://github.com/eclipse-ee4j/jstl-api) | `3.0.0` | `3.0.2` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.7` | `42.7.8` |
| [org.springframework.restdocs:spring-restdocs-mockmvc](https://github.com/spring-projects/spring-restdocs) | `3.0.1` | `3.0.5` |
| [io.zonky.test:embedded-postgres](https://github.com/zonkyio/embedded-postgres) | `2.1.0` | `2.1.1` |
| [io.zonky.test:embedded-database-spring-test](https://github.com/zonkyio/embedded-database-spring-test) | `2.1.0` | `2.6.0` |
| [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api) | `4.0.0` | `4.0.4` |
| [commons-io:commons-io](https://github.com/apache/commons-io) | `2.20.0` | `2.21.0` |
| [jakarta.interceptor:jakarta.interceptor-api](https://github.com/jakartaee/interceptors) | `2.1.0` | `2.2.0` |
| [org.hibernate.javax.persistence:hibernate-jpa-2.1-api](https://github.com/hibernate/hibernate-jpa-api) | `1.0.0.Final` | `1.0.2.Final` |
| [org.jvnet.jaxb:jaxb-maven-plugin](https://github.com/highsource/jaxb-tools) | `4.0.8` | `4.0.11` |
| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.3.0` | `3.4.2` |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.5.6` | `3.5.7` |
| [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven) | `5.2.0.4988` | `5.3.0.6276` |
| [com.spotify.fmt:fmt-maven-plugin](https://github.com/spotify/fmt-maven-plugin) | `2.27` | `2.29` |
| [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.0.1` | `3.2.0` |
| [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) | `3.1.1` | `3.1.4` |
Updates `org.objenesis:objenesis` from 3.3 to 3.4
- [Release notes](https://github.com/easymock/objenesis/releases)
- [Commits](easymock/objenesis@3.3...3.4)
Updates `com.h2database:h2` from 2.2.224 to 2.4.240
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-2.2.224...version-2.4.240)
Updates `com.google.guava:guava` from 32.0.1-jre to 33.5.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)
Updates `jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api` from 3.0.0 to 3.0.2
- [Release notes](https://github.com/eclipse-ee4j/jstl-api/releases)
- [Commits](jakartaee/tags@3.0.0-RELEASE...3.0.2-RELEASE)
Updates `org.postgresql:postgresql` from 42.7.7 to 42.7.8
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.7...REL42.7.8)
Updates `org.springframework.restdocs:spring-restdocs-mockmvc` from 3.0.1 to 3.0.5
- [Release notes](https://github.com/spring-projects/spring-restdocs/releases)
- [Commits](spring-projects/spring-restdocs@v3.0.1...v3.0.5)
Updates `io.zonky.test:embedded-postgres` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/zonkyio/embedded-postgres/releases)
- [Commits](zonkyio/embedded-postgres@v2.1.0...v2.1.1)
Updates `io.zonky.test:embedded-database-spring-test` from 2.1.0 to 2.6.0
- [Release notes](https://github.com/zonkyio/embedded-database-spring-test/releases)
- [Commits](zonkyio/embedded-database-spring-test@v2.1.0...v2.6.0)
Updates `jakarta.xml.bind:jakarta.xml.bind-api` from 4.0.0 to 4.0.4
- [Release notes](https://github.com/jakartaee/jaxb-api/releases)
- [Commits](jakartaee/jaxb-api@4.0.0...4.0.4)
Updates `commons-io:commons-io` from 2.20.0 to 2.21.0
- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-io@rel/commons-io-2.20.0...rel/commons-io-2.21.0)
Updates `jakarta.interceptor:jakarta.interceptor-api` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/jakartaee/interceptors/releases)
- [Commits](jakartaee/interceptors@2.1.0-RELEASE...2.2.0-RELEASE)
Updates `org.hibernate.javax.persistence:hibernate-jpa-2.1-api` from 1.0.0.Final to 1.0.2.Final
- [Commits](https://github.com/hibernate/hibernate-jpa-api/commits/JPA2.1-1.0.2.Final)
Updates `org.jvnet.jaxb:jaxb-maven-plugin` from 4.0.8 to 4.0.11
- [Release notes](https://github.com/highsource/jaxb-tools/releases)
- [Commits](highsource/jaxb-tools@4.0.8...4.0.11)
Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.3.0 to 3.4.2
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.2)
Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7)
Updates `org.sonarsource.scanner.maven:sonar-maven-plugin` from 5.2.0.4988 to 5.3.0.6276
- [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases)
- [Commits](SonarSource/sonar-scanner-maven@5.2.0.4988...5.3.0.6276)
Updates `com.spotify.fmt:fmt-maven-plugin` from 2.27 to 2.29
- [Release notes](https://github.com/spotify/fmt-maven-plugin/releases)
- [Commits](spotify/fmt-maven-plugin@2.27.0...2.29.0)
Updates `org.apache.maven.plugins:maven-release-plugin` from 3.0.1 to 3.2.0
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](apache/maven-release@maven-release-3.0.1...maven-release-3.2.0)
Updates `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.1 to 3.1.4
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.4)
---
updated-dependencies:
- dependency-name: org.objenesis:objenesis
dependency-version: '3.4'
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: klass-shared
- dependency-name: com.h2database:h2
dependency-version: 2.4.240
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: klass-shared
- dependency-name: com.google.guava:guava
dependency-version: 33.5.0-jre
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: klass-shared
- dependency-name: jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api
dependency-version: 3.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: klass-shared
- dependency-name: org.postgresql:postgresql
dependency-version: 42.7.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: klass-shared
- dependency-name: org.springframework.restdocs:spring-restdocs-mockmvc
dependency-version: 3.0.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: klass-shared
- dependency-name: io.zonky.test:embedded-postgres
dependency-version: 2.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: klass-shared
- dependency-name: io.zonky.test:embedded-database-spring-test
dependency-version: 2.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: klass-shared
- dependency-name: jakarta.xml.bind:jakarta.xml.bind-api
dependency-version: 4.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: klass-shared
- dependency-name: commons-io:commons-io
dependency-version: 2.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: klass-shared
- dependency-name: jakarta.interceptor:jakarta.interceptor-api
dependency-version: 2.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: klass-shared
- dependency-name: org.hibernate.javax.persistence:hibernate-jpa-2.1-api
dependency-version: 1.0.2.Final
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: klass-shared
- dependency-name: org.jvnet.jaxb:jaxb-maven-plugin
dependency-version: 4.0.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: klass-shared
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
dependency-version: 3.4.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: klass-shared
- dependency-name: org.springframework.boot:spring-boot-starter-parent
dependency-version: 3.5.7
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: klass-shared
- dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin
dependency-version: 5.3.0.6276
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: klass-shared
- dependency-name: com.spotify.fmt:fmt-maven-plugin
dependency-version: '2.29'
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: klass-shared
- dependency-name: org.apache.maven.plugins:maven-release-plugin
dependency-version: 3.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: klass-shared
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
dependency-version: 3.1.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: klass-shared
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 83d8792 commit 47dc29c
2 files changed
+21
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments