Skip to content

Commit

Permalink
chore(deps): update renovate dependency scan
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2023
1 parent 1a201fc commit fc2151a
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions JavaCon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<maven.compiler.source>19</maven.compiler.source>

<!-- testing -->
<junit-jupiter.version>5.9.1</junit-jupiter.version>
<testng.version>7.7.0</testng.version>
<junit-jupiter.version>5.9.2</junit-jupiter.version>
<testng.version>7.7.1</testng.version>
<hemcrest.version>2.2</hemcrest.version>
<assertj.version>3.23.1</assertj.version>
<assertj.version>3.24.1</assertj.version>
<avaitility.version>1.7.0</avaitility.version>

<!-- logging -->
<logback.version>1.4.5</logback.version>
<slf4j-api.version>2.0.5</slf4j-api.version>
<slf4j-api.version>2.0.6</slf4j-api.version>

<lombok.version>1.18.24</lombok.version>
<commons-io.version>2.11.0</commons-io.version>
Expand Down
4 changes: 2 additions & 2 deletions Playground/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
<version>2.9.2</version>
<version>2.9.3</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.1</version>
<version>5.9.2</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion Testing/JunitBasics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<version>1.9.1</version>
<version>1.9.2</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions Testing/MutationPITesting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.10.3</version>
<version>1.10.4</version>
<!-- <configuration>-->
<!-- <targetClasses>-->
<!-- <param>com.saurabh.*</param>-->
Expand All @@ -58,7 +58,7 @@
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-junit5-plugin</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
</dependencies>
<configuration>
Expand Down
4 changes: 2 additions & 2 deletions Testing/PluralSight/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>6.0.2</version>
<version>6.0.4</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>6.0.2</version>
<version>6.0.4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion Testing/TestContainers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down
4 changes: 2 additions & 2 deletions Testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<java.version>17</java.version>
<junit.version.legacy>4.13.2</junit.version.legacy>
<hemcrest.version>2.2</hemcrest.version>
<mockito.version>4.9.0</mockito.version>
<junit.version.intellij.supports>5.9.1</junit.version.intellij.supports>
<mockito.version>4.11.0</mockito.version>
<junit.version.intellij.supports>5.9.2</junit.version.intellij.supports>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Tools/QuartzScheduler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {

dependencies {
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.1'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.2'

// https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
implementation group: 'org.quartz-scheduler', name: 'quartz', version: '2.3.2'
Expand Down
2 changes: 1 addition & 1 deletion Tools/aop-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.saurabh</groupId>
Expand Down
2 changes: 1 addition & 1 deletion Tools/moustache-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down

0 comments on commit fc2151a

Please sign in to comment.