Skip to content

Commit bf8cdef

Browse files
Bump the java group with 6 updates
Bumps the java group with 6 updates: | Package | From | To | | --- | --- | --- | | [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.27` | `1.5.28` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.27` | `1.5.28` | | [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver) | `5.6.2` | `5.6.3` | | [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) | `5.6.2` | `5.6.3` | | [co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java) | `9.2.4` | `9.3.0` | | [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch) | `9.2.4` | `9.3.0` | Updates `ch.qos.logback:logback-core` from 1.5.27 to 1.5.28 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.27...v_1.5.28) Updates `ch.qos.logback:logback-classic` from 1.5.27 to 1.5.28 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.27...v_1.5.28) Updates `org.mongodb:bson` from 5.6.2 to 5.6.3 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.6.2...r5.6.3) Updates `org.mongodb:mongodb-driver-sync` from 5.6.2 to 5.6.3 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.6.2...r5.6.3) Updates `co.elastic.clients:elasticsearch-java` from 9.2.4 to 9.3.0 - [Release notes](https://github.com/elastic/elasticsearch-java/releases) - [Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md) - [Commits](elastic/elasticsearch-java@v9.2.4...v9.3.0) Updates `org.elasticsearch.client:elasticsearch-rest-client` from 9.2.4 to 9.3.0 - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md) - [Commits](elastic/elasticsearch@v9.2.4...v9.3.0) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-version: 1.5.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: org.mongodb:bson dependency-version: 5.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: org.mongodb:mongodb-driver-sync dependency-version: 5.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: co.elastic.clients:elasticsearch-java dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.elasticsearch.client:elasticsearch-rest-client dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fea8596 commit bf8cdef

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

commons/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>ch.qos.logback</groupId>
103103
<artifactId>logback-classic</artifactId>
104-
<version>1.5.27</version>
104+
<version>1.5.28</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>tools.jackson.datatype</groupId>
@@ -116,13 +116,13 @@
116116
<dependency>
117117
<groupId>org.mongodb</groupId>
118118
<artifactId>bson</artifactId>
119-
<version>5.6.2</version>
119+
<version>5.6.3</version>
120120
<scope>compile</scope>
121121
</dependency>
122122
<dependency>
123123
<groupId>org.mongodb</groupId>
124124
<artifactId>mongodb-driver-sync</artifactId>
125-
<version>5.6.2</version>
125+
<version>5.6.3</version>
126126
<scope>compile</scope>
127127
</dependency>
128128
<!-- Test Dependencies -->

connector/connector-app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@
143143
<dependency>
144144
<groupId>co.elastic.clients</groupId>
145145
<artifactId>elasticsearch-java</artifactId>
146-
<version>9.2.4</version>
146+
<version>9.3.0</version>
147147
<scope>compile</scope>
148148
</dependency>
149149
<dependency>
150150
<groupId>org.elasticsearch.client</groupId>
151151
<artifactId>elasticsearch-rest-client</artifactId>
152-
<version>9.2.4</version>
152+
<version>9.3.0</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>tools.jackson.core</groupId>

connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>ch.qos.logback</groupId>
3232
<artifactId>logback-classic</artifactId>
33-
<version>1.5.27</version>
33+
<version>1.5.28</version>
3434
</dependency>
3535
</dependencies>
3636
</project>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
<dependency>
246246
<groupId>ch.qos.logback</groupId>
247247
<artifactId>logback-core</artifactId>
248-
<version>1.5.27</version>
248+
<version>1.5.28</version>
249249
</dependency>
250250
<dependency>
251251
<groupId>com.viglet.turing</groupId>
@@ -295,7 +295,7 @@
295295
<dependency>
296296
<groupId>ch.qos.logback</groupId>
297297
<artifactId>logback-classic</artifactId>
298-
<version>1.5.27</version>
298+
<version>1.5.28</version>
299299
</dependency>
300300
<dependency>
301301
<groupId>org.json</groupId>

web-crawler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>ch.qos.logback</groupId>
2929
<artifactId>logback-classic</artifactId>
30-
<version>1.5.27</version>
30+
<version>1.5.28</version>
3131
</dependency>
3232
</dependencies>
3333
<modules>

0 commit comments

Comments
 (0)