diff --git a/core/pom.xml b/core/pom.xml index 61f6439..3281abc 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ beam uk.ac.ebi.beam - 1.3.4 + 1.3.5 4.0.0 @@ -16,19 +16,16 @@ junit junit - 4.13.1 test org.hamcrest - hamcrest-all - 1.3 + hamcrest-core test org.mockito - mockito-all - 1.9.5 + mockito-core test diff --git a/exec/pom.xml b/exec/pom.xml index 2882a57..8e629a6 100644 --- a/exec/pom.xml +++ b/exec/pom.xml @@ -5,7 +5,7 @@ beam uk.ac.ebi.beam - 1.3.4 + 1.3.5 4.0.0 diff --git a/func/pom.xml b/func/pom.xml index de101bf..2925c0b 100644 --- a/func/pom.xml +++ b/func/pom.xml @@ -5,7 +5,7 @@ beam uk.ac.ebi.beam - 1.3.4 + 1.3.5 4.0.0 @@ -16,13 +16,11 @@ junit junit - 4.13.1 test org.mockito - mockito-all - 1.9.5 + mockito-core test diff --git a/pom.xml b/pom.xml index 5bdb31d..7410dec 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ SMILES parsing and generation library for cheminformatics http://www.github.com/johnmay/beam/ pom - 1.3.4 + 1.3.5 core func @@ -51,11 +51,40 @@ John Mayfield (né May) https://github.com/johnmay http://www.github.com/johnmay/ - EMBL-EBI - http://ebi.ac.uk + NextMove Software + https://www.nextmovesoftware.com GMT + + + + junit + junit + 4.13.2 + + + org.hamcrest + hamcrest-core + 2.2 + + + org.hamcrest + hamcrest-all + 2.2 + + + org.hamcrest + hamcrest + 2.2 + + + org.mockito + mockito-core + 4.11.0 + + + ossrh