Skip to content

Commit 9004bce

Browse files
committed
Merge branch 'hotfix-1.27.9'
2 parents 553b8d1 + d3bb5ab commit 9004bce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gemma-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>gemma</artifactId>
55
<groupId>gemma</groupId>
6-
<version>1.27.8</version>
6+
<version>1.27.9</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>gemma-core</artifactId>

gemma-web/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>gemma</artifactId>
55
<groupId>gemma</groupId>
6-
<version>1.27.8</version>
6+
<version>1.27.9</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>gemma-web</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Gemma</name>
66
<groupId>gemma</groupId>
77
<artifactId>gemma</artifactId>
8-
<version>1.27.8</version>
8+
<version>1.27.9</version>
99
<inceptionYear>2005</inceptionYear>
1010
<description>The Gemma Project for meta-analysis of genomics data</description>
1111
<url>https://gemma.msl.ubc.ca</url>
@@ -637,7 +637,7 @@
637637
<tomcat.version>8.5.72</tomcat.version>
638638
<mysql.version>8.0.27</mysql.version>
639639
<lucene.version>3.6.2</lucene.version>
640-
<log4j2.version>2.16.0</log4j2.version>
640+
<log4j2.version>2.17.1</log4j2.version>
641641
<slf4j.version>1.7.32</slf4j.version>
642642
</properties>
643643
</project>

0 commit comments

Comments
 (0)