Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine-java11/gaeinfo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Copyright 2019 Google LLC
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.1.2.RELEASE</version>
<version>3.1.5.RELEASE</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java11/micronaut-helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<exec.mainClass>com.example.appengine.Application</exec.mainClass>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<micronaut.version>3.10.4</micronaut.version>
<micronaut.version>4.10.22</micronaut.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/firebase-event-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.16.0</version>
<version>2.18.6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/gaeinfo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Copyright 2017 Google Inc.
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.1.2.RELEASE</version>
<version>3.1.5.RELEASE</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Copyright 2017 Google Inc.
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.1.2.RELEASE</version>
<version>3.1.5.RELEASE</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions dataflow/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<slf4j.version>2.0.12</slf4j.version>
<parquet.version>1.16.0</parquet.version>
<iceberg.version>1.10.0</iceberg.version>
<postgresql.version>42.7.3</postgresql.version>
<postgresql.version>42.7.11</postgresql.version>
<testcontainers.version>1.20.0</testcontainers.version>
</properties>

Expand Down Expand Up @@ -185,7 +185,7 @@
<!-- For initializing the KafkaIO connector -->
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.9.1</version>
<version>3.9.2</version>
</dependency>
<dependency>
<!-- For running containerized Kafka instance in the integration test -->
Expand Down
2 changes: 1 addition & 1 deletion flexible/java-25/micronaut-helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<exec.mainClass>com.example.appengine.Application</exec.mainClass>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<micronaut.version>3.10.3</micronaut.version>
<micronaut.version>4.10.22</micronaut.version>
<jacoco.agent.argLine>${argLine}</jacoco.agent.argLine>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion iap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.16.1</version>
<version>2.18.6</version>
</dependency>
<dependency>
<artifactId>libraries-bom</artifactId>
Expand Down