Skip to content

Commit

Permalink
Bump the upstream-libs group in /rascal-lsp with 6 updates
Browse files Browse the repository at this point in the history
Bumps the upstream-libs group in /rascal-lsp with 6 updates:

| Package | From | To |
| --- | --- | --- |
| org.apache.logging.log4j:log4j-core | `2.24.1` | `2.24.2` |
| org.apache.logging.log4j:log4j-api | `2.24.1` | `2.24.2` |
| org.apache.logging.log4j:log4j-iostreams | `2.24.1` | `2.24.2` |
| org.apache.logging.log4j:log4j-jul | `2.24.1` | `2.24.2` |
| org.apache.maven.surefire:surefire-junit47 | `3.5.1` | `3.5.2` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.1` | `3.5.2` |


Updates `org.apache.logging.log4j:log4j-core` from 2.24.1 to 2.24.2

Updates `org.apache.logging.log4j:log4j-api` from 2.24.1 to 2.24.2

Updates `org.apache.logging.log4j:log4j-iostreams` from 2.24.1 to 2.24.2

Updates `org.apache.logging.log4j:log4j-jul` from 2.24.1 to 2.24.2

Updates `org.apache.logging.log4j:log4j-api` from 2.24.1 to 2.24.2

Updates `org.apache.logging.log4j:log4j-iostreams` from 2.24.1 to 2.24.2

Updates `org.apache.logging.log4j:log4j-jul` from 2.24.1 to 2.24.2

Updates `org.apache.maven.surefire:surefire-junit47` from 3.5.1 to 3.5.2

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2)

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: upstream-libs
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: upstream-libs
- dependency-name: org.apache.logging.log4j:log4j-iostreams
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: upstream-libs
- dependency-name: org.apache.logging.log4j:log4j-jul
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: upstream-libs
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: upstream-libs
- dependency-name: org.apache.logging.log4j:log4j-iostreams
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: upstream-libs
- dependency-name: org.apache.logging.log4j:log4j-jul
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: upstream-libs
- dependency-name: org.apache.maven.surefire:surefire-junit47
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: upstream-libs
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: upstream-libs
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 24d418b commit 0c49519
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rascal-lsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>4.13.2</junit.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
<log4j2.version>2.24.1</log4j2.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<log4j2.version>2.24.2</log4j2.version>
<lsp4j.version>0.23.1</lsp4j.version>
<sonar.organization>usethesource</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down Expand Up @@ -157,7 +157,7 @@
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 0c49519

Please sign in to comment.