Skip to content

Commit 0048bd8

Browse files
Bump the klass-shared group across 1 directory with 5 updates
Bumps the klass-shared group with 5 updates in the /klass-shared directory: | Package | From | To | | --- | --- | --- | | [org.opensearch.client:spring-data-opensearch-starter](https://github.com/opensearch-project/spring-data-opensearch) | `1.7.1` | `3.0.2` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.9` | `42.7.10` | | [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api) | `4.0.4` | `4.0.5` | | [io.zonky.test:embedded-postgres](https://github.com/zonkyio/embedded-postgres) | `2.2.0` | `2.2.1` | | [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.5.10` | `3.5.11` | Updates `org.opensearch.client:spring-data-opensearch-starter` from 1.7.1 to 3.0.2 - [Release notes](https://github.com/opensearch-project/spring-data-opensearch/releases) - [Commits](opensearch-project/spring-data-opensearch@v1.7.1...v3.0.2) Updates `org.postgresql:postgresql` from 42.7.9 to 42.7.10 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.9...REL42.7.10) Updates `jakarta.xml.bind:jakarta.xml.bind-api` from 4.0.4 to 4.0.5 - [Release notes](https://github.com/jakartaee/jaxb-api/releases) - [Commits](jakartaee/jaxb-api@4.0.4...4.0.5) Updates `io.zonky.test:embedded-postgres` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/zonkyio/embedded-postgres/releases) - [Commits](zonkyio/embedded-postgres@v2.2.0...v2.2.1) Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.10 to 3.5.11 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.10...v3.5.11) --- updated-dependencies: - dependency-name: org.opensearch.client:spring-data-opensearch-starter dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: klass-shared - dependency-name: org.postgresql:postgresql dependency-version: 42.7.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: klass-shared - dependency-name: jakarta.xml.bind:jakarta.xml.bind-api dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: klass-shared - dependency-name: io.zonky.test:embedded-postgres dependency-version: 2.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: klass-shared - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 3.5.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: klass-shared ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 382652d commit 0048bd8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

klass-shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.opensearch.client</groupId>
4747
<artifactId>spring-data-opensearch-starter</artifactId>
48-
<version>1.7.1</version>
48+
<version>3.0.2</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.springframework.boot</groupId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>3.5.10</version>
14+
<version>3.5.11</version>
1515
<relativePath/>
1616
</parent>
1717

@@ -42,7 +42,7 @@
4242
<commons-lang3-version>3.20.0</commons-lang3-version>
4343
<guava-version>33.5.0-jre</guava-version>
4444
<jakarta-rs-api-version>4.0.0</jakarta-rs-api-version>
45-
<jaxb-api-version>4.0.4</jaxb-api-version>
45+
<jaxb-api-version>4.0.5</jaxb-api-version>
4646
<maven-jaxb2-plugin-version>2.5.0</maven-jaxb2-plugin-version>
4747
<objenesis-version>3.5</objenesis-version>
4848
<rest-assured-version>5.5.6</rest-assured-version>
@@ -51,12 +51,12 @@
5151
<sonar.version>5.5.0.6356</sonar.version>
5252
<spring.version>4.3.7.RELEASE</spring.version>
5353
<spring-restdocs-version>3.0.5</spring-restdocs-version>
54-
<postgresql.version>42.7.9</postgresql.version>
54+
<postgresql.version>42.7.10</postgresql.version>
5555
<testcontainers.version>1.20.1</testcontainers.version>
5656
<tomcat7-maven-plugin-version>2.2</tomcat7-maven-plugin-version>
5757
<woodstox-version>4.4.1</woodstox-version>
5858
<zonky.pg.version>2.7.1</zonky.pg.version>
59-
<zonky.version>2.2.0</zonky.version>
59+
<zonky.version>2.2.1</zonky.version>
6060
</properties>
6161

6262
<distributionManagement>

0 commit comments

Comments
 (0)