Skip to content

Commit

Permalink
Comitting files changed by Github Actions
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
santanusinha authored and github-actions[bot] committed Oct 6, 2023
1 parent fef0301 commit 38f365a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
io.appform.hope:hope:pom:2.0.3
io.appform.hope:hope:pom:2.0.4
+- org.openjdk.jmh:jmh-core:jar:1.35:test
| +- net.sf.jopt-simple:jopt-simple:jar:5.0.4:test
| \- org.apache.commons:commons-math3:jar:3.2:test
Expand Down
2 changes: 1 addition & 1 deletion hope-core/dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
io.appform.hope:hope-core:jar:2.0.3
io.appform.hope:hope-core:jar:2.0.4
+- org.reflections:reflections:jar:0.9.12:compile
| \- org.javassist:javassist:jar:3.26.0-GA:compile
+- org.openjdk.jmh:jmh-core:jar:1.35:test
Expand Down
2 changes: 1 addition & 1 deletion hope-core/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>hope</artifactId>
<groupId>io.appform.hope</groupId>
<version>2.0.3</version>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hope-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions hope-lang/dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
io.appform.hope:hope-lang:jar:2.0.3
+- io.appform.hope:hope-core:jar:2.0.3:compile
io.appform.hope:hope-lang:jar:2.0.4
+- io.appform.hope:hope-core:jar:2.0.4:compile
| \- org.reflections:reflections:jar:0.9.12:compile
| \- org.javassist:javassist:jar:3.26.0-GA:compile
+- ch.qos.logback:logback-classic:jar:1.2.10:test
Expand Down

0 comments on commit 38f365a

Please sign in to comment.