Skip to content

Commit 1fa6d9a

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--dev.openfeature.contrib.providers.flagd
2 parents abcf45b + 90d9123 commit 1fa6d9a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.os}}
2424
steps:
2525
- name: Checkout Repository
26-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
26+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2727
with:
2828
submodules: recursive
2929

@@ -35,7 +35,7 @@ jobs:
3535
cache: maven
3636

3737
- name: Cache local Maven repository
38-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
38+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
3939
with:
4040
path: ~/.m2/repository
4141
key: ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
# The logic below handles the maven publication:
3333
- name: Checkout Repository
34-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3535
with:
3636
submodules: recursive
3737

@@ -46,7 +46,7 @@ jobs:
4646
server-password: CENTRAL_PASSWORD
4747

4848
- name: Cache local Maven repository
49-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
49+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
5050
with:
5151
path: ~/.m2/repository
5252
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
<plugin>
305305
<groupId>org.apache.maven.plugins</groupId>
306306
<artifactId>maven-javadoc-plugin</artifactId>
307-
<version>3.11.2</version>
307+
<version>3.11.3</version>
308308
<configuration>
309309
<failOnWarnings>${javadoc.failOnWarnings}</failOnWarnings>
310310
<sourceFileExcludes>
@@ -417,7 +417,7 @@
417417
<dependency>
418418
<groupId>com.puppycrawl.tools</groupId>
419419
<artifactId>checkstyle</artifactId>
420-
<version>10.26.1</version>
420+
<version>11.0.1</version>
421421
</dependency>
422422
</dependencies>
423423
<executions>
@@ -453,7 +453,7 @@
453453
<plugin>
454454
<groupId>com.github.spotbugs</groupId>
455455
<artifactId>spotbugs-maven-plugin</artifactId>
456-
<version>4.9.3.2</version>
456+
<version>4.9.4.1</version>
457457
<configuration>
458458
<excludeFilterFile>spotbugs-exclusions.xml</excludeFilterFile>
459459
<plugins>

providers/flagd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
<plugin>
279279
<groupId>com.github.spotbugs</groupId>
280280
<artifactId>spotbugs-maven-plugin</artifactId>
281-
<version>4.9.3.2</version>
281+
<version>4.9.4.1</version>
282282
<configuration>
283283
<onlyAnalyze>dev.openfeature.contrib.-</onlyAnalyze>
284284
</configuration>

providers/ofrep/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>com.google.guava</groupId>
7474
<artifactId>guava</artifactId>
75-
<version>33.4.0-jre</version>
75+
<version>33.4.8-jre</version>
7676
</dependency>
7777

7878
<dependency>

0 commit comments

Comments
 (0)