diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..efea9b2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 819306c..8fe6c8f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,11 +14,11 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Set up JDK 17 + - name: Set up JDK 19 uses: actions/setup-java@v3 with: - distribution: 'adopt-hotspot' - java-version: '17' + distribution: 'temurin' + java-version: '19' cache: 'maven' - name: Build and analyze env: diff --git a/.gitignore b/.gitignore index fa10909..88428bb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ target /blog-final.ipr /perfect.blog.iml +/.idea/ diff --git a/pom.xml b/pom.xml index 9ac4a50..559bc4c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.mfvanek perfect.blog - 1.2-SNAPSHOT + 1.3.0-SNAPSHOT 11 @@ -23,7 +23,7 @@ org.junit junit-bom - 5.9.1 + 5.9.3 pom import @@ -56,7 +56,7 @@ org.mongodb mongodb-driver - 3.12.11 + 3.12.12 com.sparkjava @@ -66,12 +66,12 @@ org.slf4j slf4j-api - 2.0.5 + 2.0.7 ch.qos.logback logback-classic - 1.4.5 + 1.4.7 org.freemarker @@ -96,13 +96,13 @@ org.projectlombok lombok - 1.18.24 + 1.18.28 provided com.fasterxml.jackson.core jackson-databind - 2.14.0 + 2.15.1 @@ -140,7 +140,7 @@ org.jacoco jacoco-maven-plugin - 0.8.8 + 0.8.10 jacoco-initialize