diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..39a2b6e --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ] +} diff --git a/spring-boot-docker-build/Dockerfile b/spring-boot-docker-build/Dockerfile index 4393461..cbd083a 100644 --- a/spring-boot-docker-build/Dockerfile +++ b/spring-boot-docker-build/Dockerfile @@ -15,7 +15,7 @@ COPY src /build/src RUN mvn package -FROM openjdk:11-slim as runtime +FROM openjdk:11.0.16-slim as runtime EXPOSE 8080 #Set app home folder ENV APP_HOME /app diff --git a/spring-rest-data-exploit/pom.xml b/spring-rest-data-exploit/pom.xml index 7193f4a..133b976 100644 --- a/spring-rest-data-exploit/pom.xml +++ b/spring-rest-data-exploit/pom.xml @@ -1,48 +1,48 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - com.pavelsklenar - spring-rest-data-exploit-example - 0.0.1-SNAPSHOT - jar + com.pavelsklenar + spring-rest-data-exploit-example + 0.0.1-SNAPSHOT + jar - spring-rest-data-exploit-example - Demo project for Spring Boot + spring-rest-data-exploit-example + Demo project for Spring Boot - - org.springframework.boot - spring-boot-starter-parent - 1.4.0.RELEASE - - + + org.springframework.boot + spring-boot-starter-parent + 1.4.0.RELEASE + + - - UTF-8 - UTF-8 - 1.8 - + + UTF-8 + UTF-8 + 1.8 + - - - org.springframework.boot - spring-boot-starter-data-rest - - - org.springframework.boot - spring-boot-starter-data-jpa - - - com.h2database - h2 - + + + org.springframework.boot + spring-boot-starter-data-rest + + + org.springframework.boot + spring-boot-starter-data-jpa + + + com.h2database + h2 + - - org.springframework.boot - spring-boot-starter-test - test - + + org.springframework.boot + spring-boot-starter-test + test + org.apache.httpcomponents httpcore @@ -51,16 +51,57 @@ org.apache.httpcomponents httpclient + + + + javax.xml.bind + jaxb-api + 2.2.11 + + + com.sun.xml.bind + jaxb-core + 2.2.11 + + + com.sun.xml.bind + jaxb-impl + 2.2.11 + + + javax.activation + activation + 1.1.1 + + - - - - org.springframework.boot - spring-boot-maven-plugin - - - + + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + com.pavelsklenar.spring.exploit.example.SpringRestDataExploitExampleApplication + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + false + + + + diff --git a/spring-rest-data-exploit/src/main/java/com/pavelsklenar/spring/exploit/example/Spring data exploit.http b/spring-rest-data-exploit/src/main/java/com/pavelsklenar/spring/exploit/example/Spring data exploit.http deleted file mode 100644 index bfe5e8a..0000000 --- a/spring-rest-data-exploit/src/main/java/com/pavelsklenar/spring/exploit/example/Spring data exploit.http +++ /dev/null @@ -1,6 +0,0 @@ -# For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection). -# -# Following HTTP Request Live Templates are available: -# * 'gtrp' and 'gtr' create a GET request with or without query parameters; -# * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body; -# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data); \ No newline at end of file diff --git a/spring-sftp-download-demo/pom.xml b/spring-sftp-download-demo/pom.xml index 80e6fc8..c0c5c14 100644 --- a/spring-sftp-download-demo/pom.xml +++ b/spring-sftp-download-demo/pom.xml @@ -45,7 +45,7 @@ commons-codec commons-codec - 1.10 + 1.15 test diff --git a/spring-sftp-upload-demo/pom.xml b/spring-sftp-upload-demo/pom.xml index 68fb821..e5e10ca 100644 --- a/spring-sftp-upload-demo/pom.xml +++ b/spring-sftp-upload-demo/pom.xml @@ -45,7 +45,7 @@ commons-codec commons-codec - 1.10 + 1.15 test