Skip to content
Merged
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 aws-serverless-java-container-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</parent>

<properties>
<jackson.version>2.9.7</jackson.version>
<jackson.version>2.9.8</jackson.version>
<jaxrs.version>2.1</jaxrs.version>
<servlet.version>3.1.0</servlet.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion aws-serverless-java-container-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.7</version>
<version>2.9.8</version>
<optional>true</optional>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion aws-serverless-java-container-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<spring.version>5.1.1.RELEASE</spring.version>
<springboot.version>1.5.17.RELEASE</springboot.version>
<spring-security.version>5.1.1.RELEASE</spring-security.version>
<jackson.version>2.9.7</jackson.version>
<jackson.version>2.9.8</jackson.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion aws-serverless-java-container-struts2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<struts2.version>2.5.18</struts2.version>
<jackson.version>2.9.7</jackson.version>
<jackson.version>2.9.8</jackson.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion aws-serverless-jersey-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
compile (
'com.amazonaws:aws-lambda-java-core:1.2.0',
'com.amazonaws.serverless:aws-serverless-java-container-jersey:[1.0,)',
'com.fasterxml.jackson.core:jackson-databind:2.9.7',
'com.fasterxml.jackson.core:jackson-databind:2.9.8',
'io.symphonia:lambda-logging:1.0.1'
)

Expand All @@ -34,4 +34,4 @@ task buildZip(type: Zip) {
}
}

build.dependsOn buildZip
build.dependsOn buildZip
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<jersey.version>2.27</jersey.version>
<jackson.version>2.9.7</jackson.version>
<jackson.version>2.9.8</jackson.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -159,4 +159,4 @@
</build>
</profile>
</profiles>
</project>
</project>
2 changes: 1 addition & 1 deletion aws-serverless-spark-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
compile (
'com.sparkjava:spark-core:2.8.0',
'com.amazonaws.serverless:aws-serverless-java-container-spark:[1.0,)',
'com.fasterxml.jackson.core:jackson-databind:2.9.7',
'com.fasterxml.jackson.core:jackson-databind:2.9.8',
'io.symphonia:lambda-logging:1.0.1'
)

Expand All @@ -31,4 +31,4 @@ task buildZip(type: Zip) {
}
}

build.dependsOn buildZip
build.dependsOn buildZip
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<jackson.version>2.9.7</jackson.version>
<jackson.version>2.9.8</jackson.version>
<spark.version>2.8.0</spark.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion aws-serverless-spring-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
'org.apache.logging.log4j:log4j-core:2.8.2',
'org.apache.logging.log4j:log4j-api:2.8.2',
'org.apache.logging.log4j:log4j-slf4j-impl:2.8.2',
'com.fasterxml.jackson.core:jackson-databind:2.9.7',
'com.fasterxml.jackson.core:jackson-databind:2.9.8',
'com.amazonaws:aws-lambda-java-log4j2:1.1.0',
)

Expand All @@ -28,4 +28,4 @@ task buildZip(type: Zip) {
}
}

build.dependsOn buildZip
build.dependsOn buildZip
2 changes: 1 addition & 1 deletion aws-serverless-springboot-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ task buildZip(type: Zip) {
}
}

build.dependsOn buildZip
build.dependsOn buildZip
2 changes: 1 addition & 1 deletion aws-serverless-springboot2-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ task buildZip(type: Zip) {
}
}

build.dependsOn buildZip
build.dependsOn buildZip
2 changes: 1 addition & 1 deletion aws-serverless-struts2-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
'org.apache.struts:struts2-junit-plugin:2.5.17',
'com.jgeppert.struts2:struts2-aws-lambda-support-plugin:1.0.0',
'org.hibernate:hibernate-validator:4.3.2.Final',
'com.fasterxml.jackson.core:jackson-databind:2.9.7',
'com.fasterxml.jackson.core:jackson-databind:2.9.8',
'org.apache.logging.log4j:log4j-core:2.8.2',
'org.apache.logging.log4j:log4j-api:2.8.2',
'org.apache.logging.log4j:log4j-slf4j-impl:2.8.2',
Expand All @@ -32,4 +32,4 @@ task buildZip(type: Zip) {
}
}

build.dependsOn buildZip
build.dependsOn buildZip
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<struts2.version>2.5.17</struts2.version>
<jackson.version>2.9.7</jackson.version>
<jackson.version>2.9.8</jackson.version>
<junit.version>4.12</junit.version>
<log4j.version>2.8.2</log4j.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@
</profile>
</profiles>

</project>
</project>
4 changes: 2 additions & 2 deletions samples/jersey/pet-store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
compile (
'com.amazonaws:aws-lambda-java-core:1.2.0',
'com.amazonaws.serverless:aws-serverless-java-container-jersey:[1.0,)',
'com.fasterxml.jackson.core:jackson-databind:2.9.7',
'com.fasterxml.jackson.core:jackson-databind:2.9.8',
'io.symphonia:lambda-logging:1.0.1'
)

Expand All @@ -32,4 +32,4 @@ task buildZip(type: Zip) {
}
}

build.dependsOn buildZip
build.dependsOn buildZip
2 changes: 1 addition & 1 deletion samples/jersey/pet-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.7</version>
<version>2.9.8</version>
</dependency>

<!-- https://mvnrepository.com/artifact/io.symphonia/lambda-logging -->
Expand Down
4 changes: 2 additions & 2 deletions samples/spark/pet-store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
compile (
'com.sparkjava:spark-core:2.8.0',
'com.amazonaws.serverless:aws-serverless-java-container-spark:[1.0,)',
'com.fasterxml.jackson.core:jackson-databind:2.9.7',
'com.fasterxml.jackson.core:jackson-databind:2.9.8',
'io.symphonia:lambda-logging:1.0.1'
)
}
Expand All @@ -29,4 +29,4 @@ task buildZip(type: Zip) {
}
}

build.dependsOn buildZip
build.dependsOn buildZip
2 changes: 1 addition & 1 deletion samples/spark/pet-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<jackson.version>2.9.7</jackson.version>
<jackson.version>2.9.8</jackson.version>
<spark.version>2.8.0</spark.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions samples/spring/pet-store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
'org.apache.logging.log4j:log4j-core:2.8.2',
'org.apache.logging.log4j:log4j-api:2.8.2',
'org.apache.logging.log4j:log4j-slf4j-impl:2.8.2',
'com.fasterxml.jackson.core:jackson-databind:2.9.7',
'com.fasterxml.jackson.core:jackson-databind:2.9.8',
'com.amazonaws:aws-lambda-java-log4j2:1.1.0',
)
}
Expand All @@ -26,4 +26,4 @@ task buildZip(type: Zip) {
}
}

build.dependsOn buildZip
build.dependsOn buildZip
2 changes: 1 addition & 1 deletion samples/springboot/pet-store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ task buildZip(type: Zip) {
}
}

build.dependsOn buildZip
build.dependsOn buildZip
2 changes: 1 addition & 1 deletion samples/springboot/pet-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@
</profile>
</profiles>

</project>
</project>
2 changes: 1 addition & 1 deletion samples/springboot2/pet-store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ task buildZip(type: Zip) {
}
}

build.dependsOn buildZip
build.dependsOn buildZip
2 changes: 1 addition & 1 deletion samples/springboot2/pet-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@
</profiles>


</project>
</project>
4 changes: 2 additions & 2 deletions samples/struts/pet-store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
'org.apache.struts:struts2-junit-plugin:2.5.17',
'com.jgeppert.struts2:struts2-aws-lambda-support-plugin:1.0.0',
'org.hibernate:hibernate-validator:4.3.2.Final',
'com.fasterxml.jackson.core:jackson-databind:2.9.7',
'com.fasterxml.jackson.core:jackson-databind:2.9.8',
'org.apache.logging.log4j:log4j-core:2.8.2',
'org.apache.logging.log4j:log4j-api:2.8.2',
'org.apache.logging.log4j:log4j-slf4j-impl:2.8.2',
Expand All @@ -30,4 +30,4 @@ task buildZip(type: Zip) {
}
}

build.dependsOn buildZip
build.dependsOn buildZip
2 changes: 1 addition & 1 deletion samples/struts/pet-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<struts2.version>2.5.17</struts2.version>
<jackson.version>2.9.7</jackson.version>
<jackson.version>2.9.8</jackson.version>
<junit.version>4.12</junit.version>
<log4j.version>2.8.2</log4j.version>
</properties>
Expand Down