Skip to content

Commit 68fd13c

Browse files
build(deps): bump org.apache.commons:commons-exec from 1.3 to 1.4.0 (#2288)
* build(deps): bump org.apache.commons:commons-exec from 1.3 to 1.4.0 Bumps org.apache.commons:commons-exec from 1.3 to 1.4.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-exec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update pom.xml license year * Update pom.xml * Update pom.xml * Update pom.xml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marvin <[email protected]>
1 parent d7e09f0 commit 68fd13c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

example-github-with-coroutine/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2012-2023 The Feign Authors
4+
Copyright 2012-2024 The Feign Authors
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
77
in compliance with the License. You may obtain a copy of the License at
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.apache.commons</groupId>
4949
<artifactId>commons-exec</artifactId>
50-
<version>1.3</version>
50+
<version>1.4.0</version>
5151
<scope>test</scope>
5252
</dependency>
5353
</dependencies>

example-github/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2012-2023 The Feign Authors
4+
Copyright 2012-2024 The Feign Authors
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
77
in compliance with the License. You may obtain a copy of the License at
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.apache.commons</groupId>
4545
<artifactId>commons-exec</artifactId>
46-
<version>1.3</version>
46+
<version>1.4.0</version>
4747
<scope>test</scope>
4848
</dependency>
4949
</dependencies>

example-wikipedia-with-springboot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2012-2023 The Feign Authors
4+
Copyright 2012-2024 The Feign Authors
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
77
in compliance with the License. You may obtain a copy of the License at
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.apache.commons</groupId>
6363
<artifactId>commons-exec</artifactId>
64-
<version>1.3</version>
64+
<version>1.4.0</version>
6565
<scope>test</scope>
6666
</dependency>
6767
</dependencies>

example-wikipedia/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2012-2023 The Feign Authors
4+
Copyright 2012-2024 The Feign Authors
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
77
in compliance with the License. You may obtain a copy of the License at
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.apache.commons</groupId>
4646
<artifactId>commons-exec</artifactId>
47-
<version>1.3</version>
47+
<version>1.4.0</version>
4848
<scope>test</scope>
4949
</dependency>
5050
</dependencies>

0 commit comments

Comments
 (0)