Skip to content

Commit 64f1df4

Browse files
authored
chore: update packages for run (GoogleCloudPlatform#7890)
## Description Fixes #<ISSUE-NUMBER> Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google. ## Checklist - [ ] I have followed [Sample Format Guide](https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md) - [ ] `pom.xml` parent set to latest `shared-configuration` - [ ] Appropriate changes to README are included in PR - [ ] These samples need a new **API enabled** in testing projects to pass (let us know which ones) - [ ] These samples need a new/updated **env vars** in testing projects set to pass (let us know which ones) - [ ] **Tests** pass: `mvn clean verify` **required** - [ ] **Lint** passes: `mvn -P lint checkstyle:check` **required** - [ ] **Static Analysis**: `mvn -P lint clean compile pmd:cpd-check spotbugs:check` **advisory only** - [ ] This sample adds a new sample directory, and I updated the [CODEOWNERS file](https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/.github/CODEOWNERS) with the codeowners for this sample - [ ] This sample adds a new **Product API**, and I updated the [Blunderbuss issue/PR auto-assigner](https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/.github/blunderbuss.yml) with the codeowners for this sample - [ ] Please **merge** this PR for me once it is approved
1 parent e0e8692 commit 64f1df4

File tree

7 files changed

+19
-17
lines changed

7 files changed

+19
-17
lines changed

run/endpoints-v2-backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ limitations under the License.
5959
<dependency>
6060
<groupId>org.springdoc</groupId>
6161
<artifactId>springdoc-openapi-ui</artifactId>
62-
<version>1.6.8</version>
62+
<version>1.7.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.springframework.boot</groupId>

run/hello-broken/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,22 @@ limitations under the License.
3737
<dependency>
3838
<groupId>com.sparkjava</groupId>
3939
<artifactId>spark-core</artifactId>
40-
<version>2.9.3</version>
40+
<version>2.9.4</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>ch.qos.logback</groupId>
4444
<artifactId>logback-classic</artifactId>
45-
<version>1.4.5</version>
45+
<version>1.4.6</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.slf4j</groupId>
4949
<artifactId>slf4j-api</artifactId>
50-
<version>2.0.6</version>
50+
<version>2.0.7</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.slf4j</groupId>
5454
<artifactId>slf4j-simple</artifactId>
55-
<version>2.0.6</version>
55+
<version>2.0.7</version>
5656
</dependency>
5757
<!-- [END run_broken_service_dep] -->
5858
<!-- [END cloudrun_broken_service_dep] -->

run/image-processing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ limitations under the License.
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>spring-cloud-gcp-dependencies</artifactId>
48-
<version>3.4.7</version>
48+
<version>4.1.4</version>
4949
<type>pom</type>
5050
<scope>import</scope>
5151
</dependency>

run/logging-manual/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,31 +32,31 @@ limitations under the License.
3232
<dependency>
3333
<groupId>com.sparkjava</groupId>
3434
<artifactId>spark-core</artifactId>
35-
<version>2.9.3</version>
35+
<version>2.9.4</version>
3636
</dependency>
3737
<!-- [START cloudrun_manual_logging_dep] -->
3838
<!-- [START run_manual_logging_dep] -->
3939
<dependency>
4040
<groupId>org.slf4j</groupId>
4141
<artifactId>slf4j-api</artifactId>
42-
<version>2.0.6</version>
42+
<version>2.0.7</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>net.logstash.logback</groupId>
4646
<artifactId>logstash-logback-encoder</artifactId>
47-
<version>7.2</version>
47+
<version>7.3</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>ch.qos.logback</groupId>
5151
<artifactId>logback-classic</artifactId>
52-
<version>1.4.5</version>
52+
<version>1.4.6</version>
5353
</dependency>
5454
<!-- [END run_manual_logging_dep] -->
5555
<!-- [END cloudrun_manual_logging_dep] -->
5656
<dependency>
5757
<groupId>com.squareup.okhttp3</groupId>
5858
<artifactId>okhttp</artifactId>
59-
<version>4.10.0</version>
59+
<version>5.0.0-alpha.11</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>junit</groupId>

run/markdown-preview/renderer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
6868
<artifactId>owasp-java-html-sanitizer</artifactId>
69-
<version>20211018.2</version>
69+
<version>20220608.1</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>junit</groupId>

run/pubsub/pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
See the License for the specific language governing permissions and
1212
limitations under the License.
1313
-->
14-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
14+
<project xmlns="http://maven.apache.org/POM/4.0.0"
15+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1517
<modelVersion>4.0.0</modelVersion>
1618
<groupId>com.example.cloudrun</groupId>
1719
<artifactId>pubsub</artifactId>
@@ -58,7 +60,7 @@ limitations under the License.
5860
<dependency>
5961
<groupId>org.apache.commons</groupId>
6062
<artifactId>commons-lang3</artifactId>
61-
</dependency>
63+
</dependency>
6264
<dependency>
6365
<groupId>org.springframework.boot</groupId>
6466
<artifactId>spring-boot-starter-test</artifactId>
@@ -94,4 +96,4 @@ limitations under the License.
9496
<!-- [END cloudrun_pubsub_jib] -->
9597
</plugins>
9698
</build>
97-
</project>
99+
</project>

run/system-package/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ limitations under the License.
3838
<dependency>
3939
<groupId>com.sparkjava</groupId>
4040
<artifactId>spark-core</artifactId>
41-
<version>2.9.3</version>
41+
<version>2.9.4</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.slf4j</groupId>
4545
<artifactId>slf4j-simple</artifactId>
46-
<version>1.7.36</version>
46+
<version>2.0.7</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>junit</groupId>

0 commit comments

Comments
 (0)