Skip to content

Commit ee97b77

Browse files
authored
Merge pull request #18 from launchdarkly/dependabot/maven/org.apache.commons-commons-lang3-3.18.0
Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.18.0
2 parents 3a52393 + a3b1538 commit ee97b77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
with:
2626
java-version: ${{ matrix.java }}
2727
distribution: 'temurin'
28-
cache: maven
28+
# cache: maven
2929
- name: Build with Maven
3030
run: mvn -B package --no-transfer-progress --file pom.xml

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
<swagger-core-version>1.6.5</swagger-core-version>
329329
<okhttp-version>4.9.3</okhttp-version>
330330
<gson-version>2.9.0</gson-version>
331-
<commons-lang3-version>3.12.0</commons-lang3-version>
331+
<commons-lang3-version>3.18.0</commons-lang3-version>
332332
<jackson-databind-nullable-version>0.2.2</jackson-databind-nullable-version>
333333
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
334334
<junit-version>5.8.2</junit-version>

0 commit comments

Comments
 (0)