Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
* Bump org.simplify4u.plugins:sign-maven-plugin from 1.0.1 to 1.1.0
* Bump mockito.version from 5.10.0 to 5.11.0
* Bump org.sonatype.central:central-publishing-maven-plugin from 0.3.0 to 0.4.0
* Bump org.json:json from 20240205 to 20240303
* Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0
  • Loading branch information
vitalijr2 authored Mar 19, 2024
1 parent 25fd70e commit 588412e
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 38 deletions.
59 changes: 32 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,35 +1,40 @@
/public/
#Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
release.properties
.flattened-pom.xml

*~
### IntelliJ IDEA ###
.idea/
*.iws
# Eclipse
.project
.classpath
.settings/
bin/

# IntelliJ
.idea
*.iml
*.ipr
*.iws

### Eclipse ###
.apt_generated
.classpath
# NetBeans
nb-configuration.xml

# Visual Studio Code
.vscode
.factorypath
.project
.settings
.springBeans
.sts4-cache

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode/

### Mac OS ###

# OSX
.DS_Store

# Vim
*.swp
*.swo

# patch
*.orig
*.rej

# Local environment
.env
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@
<parent>
<artifactId>aws-lambda-slf4j</artifactId>
<groupId>io.github.vitalijr2.aws-lambda</groupId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
</project>
6 changes: 3 additions & 3 deletions json-logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
<dependency>
<artifactId>aws-lambda-slf4j-core</artifactId>
<groupId>io.github.vitalijr2.aws-lambda</groupId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<artifactId>json</artifactId>
<groupId>org.json</groupId>
<version>20240205</version>
<version>20240303</version>
</dependency>
<!-- test -->
<dependency>
Expand Down Expand Up @@ -93,6 +93,6 @@
<parent>
<artifactId>aws-lambda-slf4j</artifactId>
<groupId>io.github.vitalijr2.aws-lambda</groupId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
</project>
4 changes: 2 additions & 2 deletions logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<artifactId>aws-lambda-slf4j-core</artifactId>
<groupId>io.github.vitalijr2.aws-lambda</groupId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<!-- test -->
<dependency>
Expand Down Expand Up @@ -82,6 +82,6 @@
<parent>
<artifactId>aws-lambda-slf4j</artifactId>
<groupId>io.github.vitalijr2.aws-lambda</groupId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
</project>
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<release>11</release>
</configuration>
<groupId>org.apache.maven.plugins</groupId>
<version>3.12.1</version>
<version>3.13.0</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down Expand Up @@ -212,12 +212,12 @@
<plugin>
<artifactId>sign-maven-plugin</artifactId>
<groupId>org.simplify4u.plugins</groupId>
<version>1.0.1</version>
<version>1.1.0</version>
</plugin>
<plugin>
<artifactId>central-publishing-maven-plugin</artifactId>
<groupId>org.sonatype.central</groupId>
<version>0.3.0</version>
<version>0.4.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -441,7 +441,7 @@
<properties>
<javadoc-plugin.version>3.6.3</javadoc-plugin.version>
<junit-jupiter.version>5.10.2</junit-jupiter.version>
<mockito.version>5.10.0</mockito.version>
<mockito.version>5.11.0</mockito.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j.version>2.0.12</slf4j.version>
<system-stubs.version>2.1.6</system-stubs.version>
Expand All @@ -452,5 +452,5 @@
<url>https://github.com/vitalijr2/aws-lambda-slf4j</url>
</scm>
<url>https://github.com/vitalijr2/aws-lambda-slf4j</url>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</project>

0 comments on commit 588412e

Please sign in to comment.