Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins 🛠️
Browse files Browse the repository at this point in the history
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#100)
bump com.github.spotbugs:spotbugs-annotations from 4.8.2 to 4.8.3 (#101)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#102)
bump kotlin.version from 1.9.21 to 1.9.22 in /demos (#105)
bump kotlin.version from 1.9.21 to 1.9.22 (#106)
bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 (#103)
bump slf4j.version from 2.0.9 to 2.0.10 (#107)
bump slf4j.version from 2.0.10 to 2.0.11 (#108)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.3 to 3.2.5 (#109)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.3 to 3.2.5 (#110)
bump com.github.spotbugs:spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#111)
bump codecov/codecov-action from 3 to 4 (#112)
bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#113)
bump org.junit:junit-bom from 5.10.1 to 5.10.2 in /demos (#114)
bump slf4j.version from 2.0.11 to 2.0.12 (#115)
bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#116)
bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 (#117)
bump org.codehaus.mojo:exec-maven-plugin in /demos from 3.1.1 to 3.2.0 (#118)
bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.10 to 1.9.20 (#119)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#120)
bump kotlin.version from 1.9.22 to 1.9.23 in /demos (#121)
bump kotlin.version from 1.9.22 to 1.9.23 (#122)
bump kotest.version from 5.8.0 to 5.8.1 (#123)
bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 (#125)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#126)
bump org.apache.maven.plugins:maven-gpg-plugin in /demos from 3.1.0 to 3.2.0 (#127)
bump org.moditect:moditect-maven-plugin from 1.1.0 to 1.2.0.Final (#128)
bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 (#129)
bump org.apache.maven.plugins:maven-gpg-plugin in /demos from 3.2.0 to 3.2.1 (#130)
bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 (#131)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#132)
bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 (#133)
  • Loading branch information
dependabot[bot] authored and oldratlee committed Mar 23, 2024
1 parent 6e181fb commit e9407b1
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 27 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,17 @@ jobs:
cache: maven

- name: Run integration test
run: scripts/integration_test && demos/scripts/integration_test
run: |
scripts/integration_test
demos/scripts/integration_test
- name: Remove self maven install files
run: rm -rf $HOME/.m2/repository/io/foldright/cffu*

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# https://remarkablemark.org/blog/2017/10/12/check-git-dirty/
- name: Check git dirty
Expand Down
4 changes: 2 additions & 2 deletions cffu-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -138,7 +138,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
2 changes: 1 addition & 1 deletion cffu-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
<dokka.version>1.9.10</dokka.version>
<dokka.version>1.9.20</dokka.version>
</properties>

<dependencies>
Expand Down
12 changes: 6 additions & 6 deletions demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
<maven.deploy.skip>true</maven.deploy.skip>

<kotlin.version>1.9.21</kotlin.version>
<kotlin.version>1.9.23</kotlin.version>
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>

<!-- overridden by submodule -->
<exec.main.class/>
<demo.module.name/>

<!-- testing dependencies versions -->
<junit5.version>5.10.1</junit5.version>
<junit5.version>5.10.2</junit5.version>
</properties>

<modules>
Expand Down Expand Up @@ -115,7 +115,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<!-- https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#compilerArgs -->
<compilerArgs>
Expand All @@ -127,7 +127,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -147,7 +147,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -167,7 +167,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,20 @@
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
<maven.deploy.skip>false</maven.deploy.skip>

<spotbugs.annotations.version>4.8.2</spotbugs.annotations.version>
<spotbugs.annotations.version>4.8.3</spotbugs.annotations.version>
<jsr305.version>3.0.2</jsr305.version>
<jetbrains.annotations.version>24.1.0</jetbrains.annotations.version>

<kotlin.version>1.9.21</kotlin.version>
<kotlin.version>1.9.23</kotlin.version>
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>
<!-- https://kotlinlang.org/docs/maven.html#specifying-compiler-options -->
<kotlin.compiler.apiVersion>1.6</kotlin.compiler.apiVersion>

<slf4j.version>2.0.9</slf4j.version>
<slf4j.version>2.0.12</slf4j.version>

<!-- testing dependencies versions -->
<junit5.version>5.10.1</junit5.version>
<kotest.version>5.8.0</kotest.version>
<junit5.version>5.10.2</junit5.version>
<kotest.version>5.8.1</kotest.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -183,7 +183,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.14.4</version>
<version>2.14.5</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -371,7 +371,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<!-- https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#compilerArgs -->
<compilerArgs>
Expand All @@ -383,7 +383,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -394,12 +394,12 @@
<!-- https://github.com/moditect/moditect -->
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>1.1.0</version>
<version>1.2.0.Final</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<configuration>
<shadeSourcesContent>true</shadeSourcesContent>
<dependencyReducedPomLocation>
Expand All @@ -420,7 +420,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -445,12 +445,12 @@
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>7.0.0</version>
<version>8.0.2</version>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.2.0</version>
<version>4.8.3.1</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down

0 comments on commit e9407b1

Please sign in to comment.