Porównaj commity

...

5 Commity

Autor SHA1 Wiadomość Data
dependabot[bot] abc6d0295d Bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml
Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) from 2.16.1 to 2.17.0.
- [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.16.1...jackson-dataformat-xml-2.17.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-02 08:18:39 +09:00
dependabot[bot] 45843ab330 Bump com.puppycrawl.tools:checkstyle from 10.3.1 to 10.15.0
Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.1 to 10.15.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.3.1...checkstyle-10.15.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-02 08:18:25 +09:00
dependabot[bot] d1ba64077c Bump args4j:args4j from 2.33 to 2.37
Bumps [args4j:args4j](https://github.com/kohsuke/args4j) from 2.33 to 2.37.
- [Changelog](https://github.com/kohsuke/args4j/blob/master/xdocs/changes.xml)
- [Commits](https://github.com/kohsuke/args4j/compare/args4j-site-2.33...args4j-site-2.37)

---
updated-dependencies:
- dependency-name: args4j:args4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-02 08:18:18 +09:00
sullis 67f913d6f6 maven surefire 3.2.5 2024-04-01 09:31:09 +09:00
sullis 823dcc4e1c setup-java v4 2024-03-31 13:15:35 +09:00
2 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -22,7 +22,7 @@ jobs:
container_revision: ${{ fromJSON(steps.docker_action_meta.outputs.json).labels['org.opencontainers.image.revision'] }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: false
persist-credentials: false
@ -48,11 +48,11 @@ jobs:
runs-on: ubuntu-latest
needs: [meta]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: "recursive"
- uses: actions/setup-java@v2
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "11"
@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
needs: [runTests, meta]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/download-artifact@v2
with:
name: s3proxy

Wyświetl plik

@ -131,7 +131,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.3.1</version>
<version>10.15.0</version>
</dependency>
</dependencies>
</plugin>
@ -365,7 +365,7 @@
<jetty.version>11.0.20</jetty.version>
<slf4j.version>2.0.12</slf4j.version>
<shade.prefix>${project.groupId}.shaded</shade.prefix>
<surefire.version>3.0.0</surefire.version>
<surefire.version>3.2.5</surefire.version>
</properties>
<repositories>
@ -394,7 +394,7 @@
<dependency>
<groupId>args4j</groupId>
<artifactId>args4j</artifactId>
<version>2.33</version>
<version>2.37</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
@ -423,7 +423,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>