Skip to content

Commit 3f3292c

Browse files
Bump the dev-dependencies group in /symja_android_library with 6 updates (#920)
Bumps the dev-dependencies group in /symja_android_library with 6 updates: | Package | From | To | | --- | --- | --- | | [io.undertow:undertow-core](https://github.com/undertow-io/undertow) | `2.3.11.Final` | `2.3.12.Final` | | [io.undertow:undertow-servlet](https://github.com/undertow-io/undertow) | `2.3.11.Final` | `2.3.12.Final` | | org.apache.logging.log4j:log4j-api | `2.22.1` | `2.23.0` | | org.apache.logging.log4j:log4j-core | `2.22.1` | `2.23.0` | | org.apache.logging.log4j:log4j-1.2-api | `2.22.1` | `2.23.0` | | org.apache.logging.log4j:log4j-slf4j-impl | `2.22.1` | `2.23.0` | Updates `io.undertow:undertow-core` from 2.3.11.Final to 2.3.12.Final - [Commits](undertow-io/undertow@2.3.11.Final...2.3.12.Final) Updates `io.undertow:undertow-servlet` from 2.3.11.Final to 2.3.12.Final - [Commits](undertow-io/undertow@2.3.11.Final...2.3.12.Final) Updates `org.apache.logging.log4j:log4j-api` from 2.22.1 to 2.23.0 Updates `org.apache.logging.log4j:log4j-core` from 2.22.1 to 2.23.0 Updates `org.apache.logging.log4j:log4j-1.2-api` from 2.22.1 to 2.23.0 Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.22.1 to 2.23.0 --- updated-dependencies: - dependency-name: io.undertow:undertow-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: io.undertow:undertow-servlet dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.apache.logging.log4j:log4j-1.2-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9bfa6c commit 3f3292c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

symja_android_library/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,12 @@
175175
<dependency>
176176
<groupId>io.undertow</groupId>
177177
<artifactId>undertow-core</artifactId>
178-
<version>2.3.11.Final</version>
178+
<version>2.3.12.Final</version>
179179
</dependency>
180180
<dependency>
181181
<groupId>io.undertow</groupId>
182182
<artifactId>undertow-servlet</artifactId>
183-
<version>2.3.11.Final</version>
183+
<version>2.3.12.Final</version>
184184
</dependency>
185185
<dependency>
186186
<groupId>it.unimi.dsi</groupId>
@@ -315,22 +315,22 @@
315315
<dependency>
316316
<groupId>org.apache.logging.log4j</groupId>
317317
<artifactId>log4j-api</artifactId>
318-
<version>2.22.1</version>
318+
<version>2.23.0</version>
319319
</dependency>
320320
<dependency>
321321
<groupId>org.apache.logging.log4j</groupId>
322322
<artifactId>log4j-core</artifactId>
323-
<version>2.22.1</version>
323+
<version>2.23.0</version>
324324
</dependency>
325325
<dependency>
326326
<groupId>org.apache.logging.log4j</groupId>
327327
<artifactId>log4j-1.2-api</artifactId>
328-
<version>2.22.1</version>
328+
<version>2.23.0</version>
329329
</dependency>
330330
<dependency>
331331
<groupId>org.apache.logging.log4j</groupId>
332332
<artifactId>log4j-slf4j-impl</artifactId>
333-
<version>2.22.1</version>
333+
<version>2.23.0</version>
334334
</dependency>
335335
<dependency>
336336
<groupId>org.organicdesign</groupId>

0 commit comments

Comments
 (0)