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 JavaCon/JavaKathy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>io.reactivex.rxjava3</groupId>
<artifactId>rxjava</artifactId>
<version>3.1.8</version>
<version>3.1.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions JavaCon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
<maven.compiler.release>22</maven.compiler.release>

<!-- testing -->
<junit-jupiter.version>5.10.3</junit-jupiter.version>
<junit-jupiter.version>5.11.0</junit-jupiter.version>
<testng.version>7.10.2</testng.version>
<hemcrest.version>3.0</hemcrest.version>
<assertj.version>3.26.3</assertj.version>
<avaitility.version>1.7.0</avaitility.version>

<!-- logging -->
<logback.version>1.5.6</logback.version>
<logback.version>1.5.7</logback.version>
<slf4j-api.version>2.0.16</slf4j-api.version>

<lombok.version>1.18.34</lombok.version>
<commons-io.version>2.16.1</commons-io.version>

<!-- reactive -->
<rxjava.version>3.1.8</rxjava.version>
<projectreactor.version>2023.0.8</projectreactor.version>
<rxjava.version>3.1.9</rxjava.version>
<projectreactor.version>2023.0.9</projectreactor.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions Playground/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.3</version>
<version>5.11.0</version>
<scope>compile</scope>
</dependency>

Expand Down Expand Up @@ -86,7 +86,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
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.10.3</version>
<version>1.11.0</version>
<scope>test</scope>
</dependency>

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.1.11</version>
<version>6.1.12</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>6.1.11</version>
<version>6.1.12</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion Testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<junit.version.legacy>4.13.2</junit.version.legacy>
<hemcrest.version>3.0</hemcrest.version>
<mockito.version>5.12.0</mockito.version>
<junit.version.intellij.supports>5.10.3</junit.version.intellij.supports>
<junit.version.intellij.supports>5.11.0</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.10.3'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.0'

// https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
implementation group: 'org.quartz-scheduler', name: 'quartz', version: '2.3.2'
Expand Down
Binary file modified Tools/QuartzScheduler/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion Tools/aop-logging/.mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.
wrapperVersion=3.3.1
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
2 changes: 1 addition & 1 deletion Tools/moustache-demo/.mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.
wrapperVersion=3.3.1
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip