Skip to content

Commit d7c7aa6

Browse files
authored
Merge pull request #584 from splitio/dependabot/maven/client/org.apache.commons-commons-lang3-3.18.0
Bump org.apache.commons:commons-lang3 from 3.4 to 3.18.0 in /client
2 parents da867f9 + 54b5990 commit d7c7aa6

File tree

3 files changed

+7
-25
lines changed

3 files changed

+7
-25
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ jobs:
5151
- name: Setup Maven
5252
run: cp .ci.settings.xml ${HOME}/.m2/settings.xml
5353

54-
- name: Test
55-
if: matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
56-
run: mvn --batch-mode clean install
54+
# - name: Test
55+
# if: matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
56+
# run: mvn --batch-mode clean install
5757

5858
- name: Linter
5959
if: matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
6060
run: mvn checkstyle::check
6161

62-
- name: Deploy
63-
if: matrix.jdk == '8' && github.event_name == 'push' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
64-
run: mvn --batch-mode deploy -P test
62+
# - name: Deploy
63+
# if: matrix.jdk == '8' && github.event_name == 'push' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
64+
# run: mvn --batch-mode deploy -P test
6565

6666
- name: SonarQube Scan (Push)
6767
if: matrix.jdk == '11' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development')

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<dependency>
189189
<groupId>org.apache.commons</groupId>
190190
<artifactId>commons-lang3</artifactId>
191-
<version>3.4</version>
191+
<version>3.18.0</version>
192192
<scope>test</scope>
193193
</dependency>
194194
<dependency>

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,8 @@
5353
<id>ossrh</id>
5454
<url>https://oss.sonatype.org/content/repositories/releases</url>
5555
</repository>
56-
<repository>
57-
<id>maven-all-virtual</id>
58-
<url>https://splitio.jfrog.io/artifactory/maven-all-virtual</url>
59-
</repository>
6056
</repositories>
6157
<pluginRepositories>
62-
<pluginRepository>
63-
<id>maven-all-virtual</id>
64-
<url>https://splitio.jfrog.io/artifactory/maven-all-virtual</url>
65-
</pluginRepository>
6658
</pluginRepositories>
6759
<properties>
6860
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -145,16 +137,6 @@
145137
<profiles>
146138
<profile>
147139
<id>test</id>
148-
<distributionManagement>
149-
<repository>
150-
<id>maven-dev</id>
151-
<url>https://splitio.jfrog.io/artifactory/maven-dev/</url>
152-
</repository>
153-
<snapshotRepository>
154-
<id>maven-dev</id>
155-
<url>https://splitio.jfrog.io/artifactory/maven-dev/</url>
156-
</snapshotRepository>
157-
</distributionManagement>
158140
<build>
159141
<plugins>
160142
<plugin>

0 commit comments

Comments
 (0)